home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gMaxBoutons, g1erSprLoc, g1erSprChr, gLabel, exitFrame, gBoutons, gScopeCo0, gScopeCo1, gPosVideo, gPosDebP, gPosDebS0, gPosDebS1, gPosDebE
- curseur(6)
- if gLabel <> "SU:IN CO" then
- gBoutons(relache, g1erSprLoc + 1)
- gScopeCo1(visible, 0)
- gScopeCo1(Box, 1, 1, 1, 1)
- if gLabel <> "SU:IN SU" then
- gScopeCo0(unLoad)
- repeat with i = g1erSprChr to gMaxBoutons
- puppetSprite(i, 0)
- end repeat
- else
- repeat with i = g1erSprLoc + 10 to gMaxBoutons
- puppetSprite(i, 0)
- end repeat
- end if
- else
- nothing()
- end if
- end
-